home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / relnotes / TC.online < prev   
Text File  |  1994-08-01  |  565b  |  29 lines

  1. ... TC.online
  2. ...
  3. ... This simple file ignores everything but .H calls, and when it finds one
  4. ... of those, ignores everything but level 1.  For level 1 .H calls, the
  5. ... chapter number gets bumped up, and then output with the name of the
  6. ... chapter in a very simple format.  Later, the " (t) " sequence gets
  7. ... turned into an actual tab character, since nroff can't output a real
  8. ... tab directly.
  9. ...
  10. .de H
  11. .if '\\$1'A' \{.
  12. .nr H1 0
  13. .af H1 A
  14. .\}
  15. .if \\$1=1 \{.
  16. .nr H1 +1
  17. \\n(H1 (t) \\$2
  18. .\}
  19. .ig H
  20. ..
  21. .po 0
  22. .in 0
  23. .nf
  24. .fp 1 R
  25. .fp 2 R
  26. .fp 3 R
  27. chap (t) title
  28. .ig H
  29.